home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / cdity / PatchCX.lha / PatchCX / PatchCX.cd < prev    next >
Text File  |  1996-09-27  |  3KB  |  162 lines

  1. ;
  2. ; catalog description for PatchCX
  3. ;
  4. ; Source            : PatchCX.cd
  5. ; Project           : PatchCX
  6. ; Author            : Martin Hauner
  7. ; EMail             : drizzt@trashcan.mcnet.de
  8. ; Copyright         : Martin Hauner 1996
  9. ; Revision          : $Revision: 1.4 $
  10. ; Language          : -
  11. ; Translator        : flexcat
  12. ; Remarks           : TABSIZE=4
  13. ; History            :
  14. ;                     + Beta4
  15. ; 09.07'96            - added MainWindowListviewLabel
  16. ; 12.07'96            - added BrokerDescription.
  17. ;                    - removed MainWindowUpdateButtonKey. simpleGui picks it iself
  18. ;                      from the label string. Beware, gadget shortcuts are CASESENSITIVE!
  19. ;                    + Beta5
  20. ; 03.08'96            - added noPatchLibray string.
  21. ; 04.08'96            + Release Version 1.0
  22. ; 30.08'96            + 1.0 Beta1
  23. ;                    - added Prefs Menu/Snapshot..
  24. ; 11.09'96            - changed menu-shortcuts to lower case characters.
  25. ;                    - added a few Error-Strings.
  26. ;                    - renamed Prefs to Settings.
  27. ;                    - added a few strings for the Settings menu.
  28. ;
  29. #language english
  30. #version  0
  31. ;
  32. ;
  33. ; Menus:
  34. ;
  35. ProjectTitle(//)
  36. Project
  37. ;
  38. ProjectItemHide(//)
  39. Hide
  40. ProjectItemHideKey(//)
  41. h
  42. ;
  43. ProjectItemQuit(//)
  44. Quit
  45. ProjectItemQuitKey(//)
  46. q
  47. ;
  48. ProjectItemAbout(//)
  49. About
  50. ProjectItemAboutKey(//)
  51. a
  52. ;
  53. ;
  54. MiscTitle(//)
  55. Misc
  56. ;
  57. MiscSaveCurrentList(//)
  58. Save current list
  59. MiscSaveCurrentListKey(//)
  60. s
  61. ;
  62. ;
  63. SettingsTitle(//)
  64. Settings
  65. ;
  66. SettingsEnDisableColumns(//)
  67. en-disable columns
  68. ;
  69. SettingsSnapshotWindow(//)
  70. snapshot window
  71. SettingsSnapshotWindowKey(//)
  72. w
  73. ;
  74. SettingsSortPanel(//)
  75. sort panel
  76. SettingsSortPanelKey(//)
  77. o
  78. ;
  79. ;
  80. ; mainWindow:
  81. ;
  82. MainWindowUpdateButton(//)
  83. _update
  84. ;
  85. MainWindowListviewLabel(//)
  86. patched functions
  87. ;
  88. SortPanelTitle(//)
  89.  Sort Panel 
  90. ;
  91. SortPanelCylceUnused(//)
  92. unused
  93. ;
  94. ;
  95. ; AboutRequester:
  96. ;
  97. AboutReqWhatIsIt(//)
  98. a support program for the patch.library\nby
  99. ;
  100. AboutReqOk(//)
  101. ok
  102. ;
  103. ;
  104. ;
  105. ; '_save _current _list' file requester
  106. ;
  107. sclRequesterTitle(//)
  108. Save current list...
  109. ;
  110. ;
  111. ;
  112. ; strings for:
  113. ;    - titles of 'Misc/Save current list...'
  114. ;    - cycle gadgets in the sort panel
  115. ;    - listview column titles
  116. ;
  117. pTitleLibrary(//)
  118. Library
  119. ;
  120. pTitleFunction(//)
  121. Function
  122. ;
  123. pTitleOffset(//)
  124. Offset
  125. ;
  126. pTitlePriority(//)
  127. Priority
  128. ;
  129. pTitleType(//)
  130. Type
  131. ;
  132. pTitleName(//)
  133. Name
  134. ;
  135. ;
  136. ;
  137. ; Broker Description.
  138. ;
  139. ;
  140. brokerDescription(//)
  141. who patches what?
  142. ;
  143. ;
  144. ;
  145. ; Errors.
  146. ;
  147. ;
  148. noPatchLibray(//)
  149. can't list patches because the patch.library is missing!\nPlease install the patch.library and restart PatchCX.
  150. ;
  151. noProgramName(//)
  152. couldn't find out the programs name!
  153. ;
  154. noIcon(//)
  155. couldn't load the icon!
  156. ;
  157. invalidFDPath(//)
  158. fdpath tooltype does not contain a valid path!
  159. ;
  160. ;
  161. ;
  162.